Class symantec.itools.db.beans.binding.DataInput
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.DataInput

Object
   |
   +----symantec.itools.db.beans.binding.DataInput

public class DataInput
extends Object
implements DataItem, MutableImmediateAccess, DataItemAddition

Constructor Index

 o symantec.itools.db.beans.binding.DataInput()
Constructor.
 o symantec.itools.db.beans.binding.DataInput(String, Dimension)
Constructor.

Method Index

 o addDataItemChangedListener(DataItemChangedListener)
Adds DataItemChangedListener to internal list so that they could be sent DataItemChangedEvents when the data item is changed.
 o cleanUp()
 o getName()
Gets the Name of the Data Input Format: "TableName
 o getPresentationString()
 o getStatusFlag()
 o getValueAsObject()
Gets the value of the Data Input as a Object
 o getValueAsString()
Gets the value of the Data Input as a String
 o notifyDataChanged()
 o removeDataItemChangedListener(DataItemChangedListener)
Removes DataItemChangedListeners from an internal list The object will no longer be sent DataItemChangedEvents when a bound property changes.
 o setName(String)
Sets the Name of the Data Input Format: "TableName
 o setStatusFlag(int)
Initializes the Data Input
 o setValue(ImmediateAccess)
Sets the value of the Data Input

Constructors

 o DataInput
public DataInput()
Constructor. An empty constructor

 o DataInput
public DataInput(String name,
                 Dimension size)
Constructor. Constructs a data item from its name and its size

Parameters:
name - The name.
size - The size.

Methods

 o addDataItemChangedListener
public synchronized void addDataItemChangedListener(DataItemChangedListener dcl)
Adds DataItemChangedListener to internal list so that they could be sent DataItemChangedEvents when the data item is changed.

Parameters:
dcl - An object implementing the DataItemChangedListener interface.
 o cleanUp
public void cleanUp()
 o getName
public java.lang.String getName()
Gets the Name of the Data Input Format: "TableName@column1,column2%numberOfRow"

Returns:
The name of the Data Input.
 o getPresentationString
public java.lang.String getPresentationString()
 o getStatusFlag
public int getStatusFlag()
 o getValueAsObject
public java.lang.Object getValueAsObject()
Gets the value of the Data Input as a Object

Returns:
The value of the Data Input as a Object.
 o getValueAsString
public java.lang.String getValueAsString()
Gets the value of the Data Input as a String

Returns:
The value of the Data Input as a String.
 o notifyDataChanged
public void notifyDataChanged()
 o removeDataItemChangedListener
public synchronized void removeDataItemChangedListener(DataItemChangedListener dcl)
Removes DataItemChangedListeners from an internal list The object will no longer be sent DataItemChangedEvents when a bound property changes.

Parameters:
dcl - The DataItemChangedListener to remove.
 o setName
public void setName(String name)
Sets the Name of the Data Input Format: "TableName@column1,column2%numberOfRow"

Parameters:
name - The name of the Data Input.
 o setStatusFlag
public void setStatusFlag(int i)
Initializes the Data Input

Parameters:
d - The desired Dimension for a data input.
 o setValue
public void setValue(ImmediateAccess newValue)
Sets the value of the Data Input

Parameters:
newValue - An immediate access object necessary to change the value of the data input.

All Packages  Class Hierarchy  This Package  Previous  Next  Index